Skip to content

Conversation

@xrstf
Copy link
Contributor

@xrstf xrstf commented May 16, 2025

Summary

What Type of PR Is This?

/kind feature

Related Issue(s)

Fixes #12

Release Notes

NONE

@kcp-ci-bot
Copy link
Contributor

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@kcp-ci-bot kcp-ci-bot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. kind/feature Categorizes issue or PR as related to a new feature. release-note-none Denotes a PR that doesn't merit a release note. dco-signoff: yes Indicates the PR's author has signed the DCO. labels May 16, 2025
@kcp-ci-bot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please ask for approval from xrstf. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@xrstf xrstf changed the title Handle API lifecycle, add suppor for APIConversions Handle API lifecycle, add support for APIConversions May 16, 2025
@kcp-ci-bot kcp-ci-bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label May 16, 2025
@kcp-ci-bot kcp-ci-bot added size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. and removed size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels May 16, 2025
@xrstf
Copy link
Contributor Author

xrstf commented May 16, 2025

/test all

xrstf added 7 commits May 16, 2025 20:53
Since a CRD has a _list_ of versions, there is no risk of running into map collisions when renaming
versions, so we can slim down our API to just a map, no individual steps.

On-behalf-of: @SAP [email protected]
@kcp-ci-bot kcp-ci-bot added size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. and removed size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels May 16, 2025
@xrstf
Copy link
Contributor Author

xrstf commented May 16, 2025

/test all

@xrstf
Copy link
Contributor Author

xrstf commented May 20, 2025

/test all

@kcp-ci-bot
Copy link
Contributor

@xrstf: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-api-syncagent-verify 5f5c89d link true /test pull-api-syncagent-verify

Full PR test history

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@xrstf
Copy link
Contributor Author

xrstf commented May 21, 2025

Superseded by #62, which is the same as this but without all the APIConversion stuff.

@xrstf xrstf closed this May 21, 2025
@xrstf xrstf mentioned this pull request May 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dco-signoff: yes Indicates the PR's author has signed the DCO. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. kind/feature Categorizes issue or PR as related to a new feature. release-note-none Denotes a PR that doesn't merit a release note. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feature: actively manage lifecycle of resource schemas

3 participants